Class: CancellableResult

CancellableResult Class

Namespace

ITHit.WebDAV.Client

new ITHit.WebDAV.Client.CancellableResult(oResult, bSuccess, oError, bIsAborted)

Name Type Default Description
oResult *
bSuccess boolean
oError ITHit.WebDAV.Client.Exceptions.WebDavException | Error | null
bIsAborted boolean false optional

Extends

Members

Error (Exception) object. Describes the type of error that occurred. Null if request was successful.

IsSuccessboolean

Flag of either async request result was successful or not.

Result*

Result value. Can be any type, each method may put there appropriate object which before was returned directly. Null if request was unsuccessful.
Status of HTTP response retrieved either from Result or Error objects